home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000352_news@columbia.edu _Tue Dec 14 18:35:22 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA09876
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 14 Dec 1999 18:35:21 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA26450
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 14 Dec 1999 18:15:33 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: (C-)Kermit(/2,-95) and Remote Control of DOS?
  11. Date: 14 Dec 1999 23:15:32 GMT
  12. Organization: Columbia University
  13. Message-ID: <836j2k$pqf$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <3856CD8E.DC5AB959@usit.net>, ERA  <era@usit.net> wrote:
  17. : I'm reading my C-Kermit Second Edition looking for a way to do remote
  18. : control from C-Kermit, Kermit/2 or Kermit-95 similar to that of BLAST
  19. : (BHOST) or PCAnywhere on a DOS system also running Kermit. If this is
  20. : possible tell me what pages I need to read to get it set up.
  21. : Otherwise I'm going to have to figure out a way to do remote support
  22. : just using Kermit file transfers for these systems (shudder). I'll
  23. : futher ask - is a remote control implementation of Kermit available
  24. : anywhere?
  25.  
  26. I'm not sure what you are looking for.  Kermit is not a Remote Control
  27. program such as PC Anywhere.  In PC Anywhere the local desktop is 
  28. redirected over the communications channel so that you have interactive
  29. access.
  30.  
  31. Kermit also is not a Telnet Server that provides a remote interactive
  32. command shell.  However, Kermit may be used to connect to a Telnet
  33. Server that provides interactive command shells.  OS/2 comes with its
  34. own Telnetd implementation as does Unix.  Windows on the other hand
  35. requires that one be obtained from a third party.  Windows 2000 comes
  36. with a built in Telnetd.
  37.  
  38. What is it that you are attempting to accomplish?  
  39.  
  40. If you are looking to remotely control GUI applications you will have
  41. to purchase and install a product such as PC Anywhere.
  42.  
  43. If you are looking for the ability to execute interactive commands
  44. in a text environment you can use Kermit to connect to a telnetd.
  45.  
  46. If you are looking to execute non-interactive commands then you could
  47. use the Kermit Server's REMOTE HOST command.
  48.  
  49. Before we can help you further you will have to describe what it is you 
  50. are attempting to do and from and to which operating systems you want 
  51. to do it.
  52.  
  53.  
  54.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  55.                  The Kermit Project * Columbia University
  56.               612 West 115th St #716 * New York, NY * 10025
  57.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org